[BLOCKER][FIX] CLOUDSTACK-9409: Add role_id to cloud_usage.account#1584
[BLOCKER][FIX] CLOUDSTACK-9409: Add role_id to cloud_usage.account#1584asfgit merged 1 commit intoapache:masterfrom
Conversation
Adds role_id column to cloud_usage.account, fixes UsageDaoImpl to insert Accounts with role_id from account table. Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
|
@nvazquez I've tested and with this fix unable to reproduce your issue, can you help review and test this PR? Thanks. |
CI RESULTSSummary of the problem(s): Associated Uploads
Uploads will be available until Comment created by |
|
I ran all of the usage tests against this PR. The last two errors have always happened on this setup for me, so I don't think they are related to this test. The first one looks like a cleanup issue. I will run it again to verify... |
|
Thanks @swill |
CI RESULTSAssociated Uploads
Uploads will be available until Comment created by |
|
Reran the test that failed that was not expected to fail and it passed now. I think we are good to go here... |
|
I would like to get at least one review of this before we merge it. @nvazquez would you be able to review this? |
|
LGTM based on the code review. 👍 |
|
Thanks @rhtyd for this fix! Just for the record, this was error before this fix: And now I can see usage jobs work properly: LGTM |
|
Ok, thanks guys. I will get this merged into 4.9. Thank you for the bug report and fix... |
|
Cool, thanks @swill! |
[BLOCKER][FIX] CLOUDSTACK-9409: Add role_id to cloud_usage.accountAdds role_id column to cloud_usage.account, fixes UsageDaoImpl to insert Accounts with role_id from account table. Without the fix, usage server fails to work. This fixes a *blocker* for 4.9.0 reported by @nvazquez (thanks!) /cc @swill @nvazquez for review and merge thanks. * pr/1584: CLOUDSTACK-9409: Add role_id to cloud_usage.account Signed-off-by: Will Stevens <williamstevens@gmail.com>
Adds role_id column to cloud_usage.account, fixes UsageDaoImpl to insert
Accounts with role_id from account table. Without the fix, usage server fails to work.
This fixes a blocker for 4.9.0 reported by @nvazquez (thanks!)
/cc @swill @nvazquez for review and merge thanks.